ExitMovies
QuickTime calls theExitMovies
function automatically when your application quits--you only need to call this function if you finish with the Movie Toolbox long before your application is ready to quit. As a general rule, your application should not use this function.
pascal void ExitMovies (void);DESCRIPTION
When you call theExitMovies
function, the Movie Toolbox releases the private storage (which may be significant) that was allocated when you called theEnterMovies
function, which is described in the previous section.SPECIAL CONSIDERATIONS
Before calling theExitMovies
function, be sure that you have closed your connections to any components that use the Movie Toolbox (such as movie controllers, sequence grabbers, and so on).ERROR CODES
None